liquid-error 0.19.0

The liquid templating language for Rust
Documentation

liquid-error

Liquid templating for Rust

Travis Status Appveyor Status Crates Status Coverage Status Dependency Status

Usage

To include liquid in your project add the following to your Cargo.toml:

[dependencies]
liquid-error = "0.16"

Now you can use the crate in your code:

extern crate liquid_error;